Fixed GtkGrid GtkContainerClass->forall() to not use a for loop.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 22 Dec 2010 12:21:44 +0000 (21:21 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 22 Dec 2010 12:25:53 +0000 (21:25 +0900)
commite20503836c3d91d52eb0448ebb34f599d7b87300
treed58b739d2ee8b775cbafe2549a356cc8ea6f881f
parent367211ed7f19f1f9fe3a658278e8c6083d86f1f6
Fixed GtkGrid GtkContainerClass->forall() to not use a for loop.

This loop needs to be safe for removing children in a forall loop.
gtk/gtkgrid.c